home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / emacs / 19.22 / lisp / finder-inf.el < prev    next >
Lisp/Scheme  |  1993-11-22  |  23KB  |  845 lines

  1. ;;; finder-inf.el --- keyword-to-package mapping
  2. ;; Keywords: help
  3. ;;; Commentary:
  4. ;; Don't edit this file.  It's generated by finder.el
  5.  
  6. ;;; Code:
  7.  
  8. (setq finder-package-info '(
  9.     ("abbrev.el"
  10.         "abbrev mode commands for Emacs"
  11.         (abbrev))
  12.     ("abbrevlist.el"
  13.         "list one abbrev table alphabetically ordered."
  14.         (abbrev))
  15.     ("ada.el"
  16.         "Ada editing support package in GNUlisp.  v1.0"
  17.         (languages))
  18.     ("add-log.el"
  19.         "change log maintenance commands for Emacs"
  20.         (maint))
  21.     ("advice.el"
  22.         "advice mechanism for Emacs Lisp functions"
  23.         (extensions  lisp  tools))
  24.     ("allout.el"
  25.         nil
  26.         nil)
  27.     ("ange-ftp.el"
  28.         "transparent FTP support for GNU Emacs"
  29.         (comm))
  30.     ("appt.el"
  31.         "appointment notification functions."
  32.         (calendar))
  33.     ("apropos.el"
  34.         "faster apropos commands."
  35.         (help))
  36.     ("array.el"
  37.         "array editing commands for Gnu Emacs"
  38.         (extensions))
  39.     ("asm-mode.el"
  40.         "mode for editing assembler code"
  41.         (tools  languages))
  42.     ("assoc.el"
  43.         "insert/delete/sort functions on association lists"
  44.         (extensions))
  45.     ("autoinsert.el"
  46.         "automatic mode-dependent insertion of text into new files"
  47.         nil)
  48.     ("autoload.el"
  49.         "maintain autoloads in loaddefs.el."
  50.         (maint))
  51.     ("avoid.el"
  52.         nil
  53.         (mouse))
  54.     ("awk-mode.el"
  55.         "AWK code editing commands for Emacs"
  56.         (unix  languages))
  57.     ("backquote.el"
  58.         "backquoting for Emacs Lisp macros"
  59.         (extensions))
  60.     ("bib-mode.el"
  61.         "bib-mode, major mode for editing bib files."
  62.         (bib))
  63.     ("bibtex.el"
  64.         "BibTeX mode for GNU Emacs"
  65.         (tex  bib))
  66.     ("blackbox.el"
  67.         "blackbox game in Emacs Lisp"
  68.         (games))
  69.     ("bookmark.el"
  70.         "set bookmarks, jump to them later."
  71.         (bookmarks  placeholders))
  72.     ("buff-menu.el"
  73.         "buffer menu main function and support functions."
  74.         nil)
  75.     ("byte-opt.el"
  76.         "the optimization passes of the emacs-lisp byte compiler."
  77.         (internal))
  78.     ("byte-run.el"
  79.         "byte-compiler support for inlining"
  80.         (internal))
  81.     ("bytecomp.el"
  82.         "compilation of Lisp code into byte code."
  83.         (internal))
  84.     ("c-mode.el"
  85.         "C code editing commands for Emacs"
  86.         (c))
  87.     ("cal-dst.el"
  88.         "calendar functions for daylight savings rules."
  89.         (calendar))
  90.     ("cal-french.el"
  91.         "calendar functions for the French Revolutionary calendar."
  92.         (calendar))
  93.     ("cal-mayan.el"
  94.         "calendar functions for the Mayan calendars."
  95.         (calendar))
  96.     ("calendar.el"
  97.         "Calendar functions."
  98.         (calendar))
  99.     ("case-table.el"
  100.         "code to extend the character set and support case tables."
  101.         (i18n))
  102.     ("cdl.el"
  103.         nil
  104.         (data))
  105.     ("chistory.el"
  106.         "list command history"
  107.         nil)
  108.     ("cl-compat.el"
  109.         nil
  110.         (extensions))
  111.     ("cl-extra.el"
  112.         nil
  113.         (extensions))
  114.     ("cl-indent.el"
  115.         "enhanced lisp-indent mode"
  116.         (lisp  tools))
  117.     ("cl-macs.el"
  118.         nil
  119.         (extensions))
  120.     ("cl-seq.el"
  121.         nil
  122.         (extensions))
  123.     ("cl.el"
  124.         nil
  125.         (extensions))
  126.     ("cmacexp.el"
  127.         "expand C macros in a region"
  128.         (c))
  129.     ("cmuscheme.el"
  130.         "Scheme process in a buffer. Adapted from tea.el."
  131.         (processes  lisp))
  132.     ("comint.el"
  133.         "general command interpreter in a window stuff"
  134.         (processes))
  135.     ("compare-w.el"
  136.         "compare text between windows for Emacs."
  137.         nil)
  138.     ("compile.el"
  139.         "run compiler as inferior of Emacs, parse error messages."
  140.         (tools  processes))
  141.     ("complete.el"
  142.         nil
  143.         nil)
  144.     ("completion.el"
  145.         "dynamic word-completion code"
  146.         (abbrev))
  147.     ("cookie1.el"
  148.         "retrieve random phrases from fortune cookie files"
  149.         (games))
  150.     ("cplus-md.el"
  151.         "C++ code editing commands for Emacs"
  152.         (c))
  153.     ("cplus-md1.el"
  154.         "major mode for editing C++ (and C) code"
  155.         (languages))
  156.     ("cust-print.el"
  157.         "handles print-level and print-circle."
  158.         (extensions))
  159.     ("dabbrev.el"
  160.         "dynamic abbreviation package for GNU Emacs."
  161.         (abbrev))
  162.     ("debug.el"
  163.         "debuggers and related commands for Emacs"
  164.         (lisp  tools  maint))
  165.     ("default.el"
  166.         nil
  167.         nil)
  168.     ("delsel.el"
  169.         "delete selection if you insert"
  170.         nil)
  171.     ("desktop.el"
  172.         "save partial status of Emacs when killed"
  173.         nil)
  174.     ("diary-ins.el"
  175.         "calendar functions for adding diary entries."
  176.         (diary  calendar))
  177.     ("diary.el"
  178.         "diary functions."
  179.         (calendar))
  180.     ("diff.el"
  181.         "Run `diff' in compilation-mode."
  182.         (unix  tools))
  183.     ("dired-aux.el"
  184.         "all of dired except what people usually use"
  185.         nil)
  186.     ("dired.el"
  187.         "directory-browsing commands"
  188.         nil)
  189.     ("disass.el"
  190.         "disassembler for compiled Emacs Lisp code"
  191.         (internal))
  192.     ("disp-table.el"
  193.         "functions for dealing with char tables."
  194.         (i18n))
  195.     ("dissociate.el"
  196.         "scramble text amusingly for Emacs."
  197.         (games))
  198.     ("doctor.el"
  199.         "psychological help for frustrated users."
  200.         (games))
  201.     ("dunnet.el"
  202.         "Text adventure for Emacs"
  203.         (games))
  204.     ("ebuff-menu.el"
  205.         "electric-buffer-list mode"
  206.         nil)
  207.     ("echistory.el"
  208.         "Electric Command History Mode"
  209.         nil)
  210.     ("edebug.el"
  211.         "a source-level debugger for emacs lisp"
  212.         (lisp  tools  maint))
  213.     ("edmacro.el"
  214.         "keyboard macro editor"
  215.         (abbrev))
  216.     ("edt.el"
  217.         "EDT emulation in Emacs"
  218.         (emulations))
  219.     ("ehelp.el"
  220.         "bindings for electric-help mode"
  221.         (help  extensions))
  222.     ("electric.el"
  223.         "window maker and Command loop for `electric' modes."
  224.         (extensions))
  225.     ("emacsbug.el"
  226.         "command to report Emacs bugs to appropriate mailing list."
  227.         (maint))
  228.     ("emerge.el"
  229.         "merge diffs under Emacs control"
  230.         (unix  tools))
  231.     ("env.el"
  232.         "functions to manipulate environment variables."
  233.         (processes  unix))
  234.     ("etags.el"
  235.         "etags facility for Emacs"
  236.         (tools))
  237.     ("faces.el"
  238.         "Lisp interface to the c \"face\" structure"
  239.         nil)
  240.     ("files.el"
  241.         "file input and output commands for Emacs"
  242.         nil)
  243.     ("fill.el"
  244.         "fill commands for Emacs"
  245.         (wp))
  246.     ("find-dired.el"
  247.         "run a `find' command and dired the output"
  248.         (unix))
  249.     ("find-gc.el"
  250.         "detect functions that call the garbage collector"
  251.         nil)
  252.     ("finder-inf.el"
  253.         "keyword-to-package mapping"
  254.         (help))
  255.     ("finder.el"
  256.         "topic & keyword-based code finder"
  257.         (help))
  258.     ("float-sup.el"
  259.         "detect absence of floating-point support in Emacs runtime"
  260.         nil)
  261.     ("float.el"
  262.         "floating point arithmetic package."
  263.         (extensions))
  264.     ("flow-ctrl.el"
  265.         "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control"
  266.         (hardware))
  267.     ("font-lock.el"
  268.         nil
  269.         (languages  faces))
  270.     ("forms-d2.el"
  271.         nil
  272.         nil)
  273.     ("forms-pass.el"
  274.         nil
  275.         nil)
  276.     ("forms.el"
  277.         nil
  278.         nil)
  279.     ("fortran.el"
  280.         "Fortran mode for GNU Emacs"
  281.         (languages))
  282.     ("frame.el"
  283.         "multi-frame management independent of window systems."
  284.         (internal))
  285.     ("gnus.el"
  286.         nil
  287.         (news))
  288.     ("gnusmail.el"
  289.         "mail reply commands for GNUS newsreader"
  290.         (news))
  291.     ("gnusmisc.el"
  292.         "miscellaneous commands for GNUS newsreader"
  293.         (news))
  294.     ("gnuspost.el"
  295.         "post news commands for GNUS newsreader"
  296.         (news))
  297.     ("gomoku.el"
  298.         "Gomoku game between you and Emacs"
  299.         (games))
  300.     ("gosmacs.el"
  301.         "rebindings to imitate Gosmacs."
  302.         (emulations))
  303.     ("grow-vers.el"
  304.         "increment Emacs version number"
  305.         (internal))
  306.     ("gud.el"
  307.         "Grand Unified Debugger mode for gdb, sdb, dbx, or xdb"
  308.         (unix  tools))
  309.     ("hanoi.el"
  310.         "towers of hanoi in GNUmacs"
  311.         (games))
  312.     ("help-macro.el"
  313.         "Makes command line help such as help-for-help"
  314.         nil)
  315.     ("help.el"
  316.         "help commands for Emacs"
  317.         (help  internal))
  318.     ("helper.el"
  319.         "utility help package supporting help in electric modes"
  320.         (help))
  321.     ("hexl.el"
  322.         "edit a file in a hex dump format using the hexl filter."
  323.         (data))
  324.     ("hideif.el"
  325.         "hides selected code within ifdef."
  326.         (c))
  327.     ("hilit19.el"
  328.         nil
  329.         (faces))
  330.     ("hippie-exp.el"
  331.         "expand text trying various ways to find its expansion."
  332.         (extensions))
  333.     ("holidays.el"
  334.         "holiday functions for the calendar package"
  335.         (holidays  calendar))
  336.     ("icon.el"
  337.         "mode for editing Icon code"
  338.         (languages))
  339.     ("inc-vers.el"
  340.         "load this to increment the recorded Emacs version number."
  341.         (internal))
  342.     ("indent.el"
  343.         "indentation commands for Emacs"
  344.         nil)
  345.     ("inf-lisp.el"
  346.         "an inferior-lisp mode"
  347.         (processes  lisp))
  348.     ("info.el"
  349.         "info package for Emacs."
  350.         (help))
  351.     ("informat.el"
  352.         "info support functions package for Emacs"
  353.         (help))
  354.     ("isearch.el"
  355.         "incremental search minor mode."
  356.         nil)
  357.     ("iso-acc.el"
  358.         nil
  359.         (i18n))
  360.     ("iso-ascii.el"
  361.         "set up char tables for ISO 8859/1 on ASCII terminals."
  362.         (i18n))
  363.     ("iso-insert.el"
  364.         "insert functions for ISO 8859/1."
  365.         (i18n))
  366.     ("iso-swed.el"
  367.         "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
  368.         (i18n))
  369.     ("iso-syntax.el"
  370.         "set up case-conversion and syntax tables for ISO 8859/1"
  371.         (i18n))
  372.     ("iso-transl.el"
  373.         "keyboard input definitions for ISO 8859/1."
  374.         (i18n))
  375.     ("ispell.el"
  376.         "this is the GNU EMACS interface to GNU ISPELL version 4."
  377.         (wp))
  378.     ("kermit.el"
  379.         "additions to shell mode for use with kermit, etc."
  380.         (comm))
  381.     ("ledit.el"
  382.         "Emacs side of ledit interface"
  383.         nil)
  384.     ("levents.el"
  385.         "emulate the Lucid event data type and associated functions."
  386.         nil)
  387.     ("life.el"
  388.         "John Horton Conway's `Life' game for GNU Emacs"
  389.         (games))
  390.     ("lisp-mnt.el"
  391.         "minor mode for Emacs Lisp maintainers"
  392.         (docs))
  393.     ("lisp-mode.el"
  394.         "Lisp mode, and its idiosyncratic commands."
  395.         (lisp  languages))
  396.     ("lisp.el"
  397.         "Lisp editing commands for Emacs"
  398.         (lisp  languages))
  399.     ("lmenu.el"
  400.         "emulate Lucid's menubar support"
  401.         (emulations))
  402.     ("loaddefs.el"
  403.         "define standard autoloads and keys of other files"
  404.         (internal))
  405.     ("loadhist.el"
  406.         "lisp functions for working with feature groups"
  407.         (internal))
  408.     ("loadup.el"
  409.         "load up standardly loaded Lisp files for Emacs."
  410.         (internal))
  411.     ("lpr.el"
  412.         "print Emacs buffer on line printer."
  413.         (unix))
  414.     ("ls-lisp.el"
  415.         "emulate insert-directory completely in Emacs Lisp"
  416.         (unix))
  417.     ("lselect.el"
  418.         "Lucid interface to X Selections"
  419.         (emulations))
  420.     ("lucid.el"
  421.         "Emulate some Lucid Emacs functions."
  422.         nil)
  423.     ("lunar.el"
  424.         "calendar functions for phases of the moon."
  425.         (calendar))
  426.     ("macros.el"
  427.         "non-primitive commands for keyboard macros."
  428.         (abbrev))
  429.     ("mail-extr.el"
  430.         "extract full name and address from RFC 822 mail header."
  431.         (mail))
  432.     ("mail-utils.el"
  433.         "utility functions used both by rmail and rnews"
  434.         (mail  news))
  435.     ("mailabbrev.el"
  436.         "abbrev-expansion of mail aliases."
  437.         (mail))
  438.     ("mailalias.el"
  439.         "expand mailing address aliases defined in ~/.mailrc."
  440.         (mail))
  441.     ("mailpost.el"
  442.         "RMAIL coupler to /usr/uci/post mailer"
  443.         (mail))
  444.     ("makefile.el"
  445.         "makefile editing commands for Emacs"
  446.         (unix  tools))
  447.     ("makeinfo.el"
  448.         nil
  449.         nil)
  450.     ("makesum.el"
  451.         "generate key binding summary for Emacs"
  452.         (help))
  453.     ("man.el"
  454.         "browse UNIX manual pages"
  455.         nil)
  456.     ("map-ynp.el"
  457.         "General-purpose boolean question-asker."
  458.         (lisp  extensions))
  459.     ("medit.el"
  460.         "front-end to the MEDIT package for editing MDL"
  461.         (languages))
  462.     ("meese.el"
  463.         "protect the impressionable young minds of America"
  464.         (games))
  465.     ("menu-bar.el"
  466.         "define a default menu bar."
  467.         (internal))
  468.     ("metamail.el"
  469.         "Metamail interface for GNU Emacs"
  470.         (mail  news  mime  multimedia))
  471.     ("mh-e.el"
  472.         "GNU Emacs interface to the MH mail system"
  473.         (mail))
  474.     ("mhspool.el"
  475.         "MH folder access using NNTP for GNU Emacs"
  476.         (mail  news))
  477.     ("mim-mode.el"
  478.         "Mim (MDL in MDL) mode."
  479.         (languages))
  480.     ("mim-syntax.el"
  481.         "syntax checker for Mim (MDL)."
  482.         (languages))
  483.     ("misc.el"
  484.         "basic editing commands for Emacs"
  485.         nil)
  486.     ("mlconvert.el"
  487.         "convert buffer of Mocklisp code to real lisp."
  488.         (emulations))
  489.     ("mlsupport.el"
  490.         "run-time support for mocklisp code."
  491.         (extensions))
  492.     ("modula2.el"
  493.         "Modula-2 editing support package"
  494.         (languages))
  495.     ("mouse-sel.el"
  496.         "Multi-click selection support for Emacs 19"
  497.         (mouse))
  498.     ("mouse.el"
  499.         "window system-independent mouse support."
  500.         (hardware))
  501.     ("mpuz.el"
  502.         "multiplication puzzle for GNU Emacs"
  503.         (games))
  504.     ("netunam.el"
  505.         "HP-UX RFA Commands"
  506.         (comm))
  507.     ("nnspool.el"
  508.         "spool access using NNTP for GNU Emacs"
  509.         (news))
  510.     ("nntp.el"
  511.         "NNTP (RFC977) Interface for GNU Emacs"
  512.         (news))
  513.     ("novice.el"
  514.         "handling of disabled commands (\"novice mode\") for Emacs."
  515.         (internal  help))
  516.     ("nroff-mode.el"
  517.         "GNU Emacs major mode for editing nroff source"
  518.         (wp))
  519.     ("options.el"
  520.         "edit Options command for Emacs."
  521.         nil)
  522.     ("outline.el"
  523.         "outline mode commands for Emacs"
  524.         nil)
  525.     ("page-ext.el"
  526.         "extended page handling commands"
  527.         nil)
  528.     ("page.el"
  529.         "page motion commands for emacs."
  530.         nil)
  531.     ("paragraphs.el"
  532.         "paragraph and sentence parsing."
  533.         (wp))
  534.     ("paren.el"
  535.         "highlight matching paren."
  536.         (languages  faces))
  537.     ("pascal.el"
  538.         nil
  539.         (languages))
  540.     ("paths.el"
  541.         "define pathnames for use by various Emacs commands."
  542.         (internal))
  543.     ("perl-mode.el"
  544.         "Perl code editing commands for GNU Emacs"
  545.         (languages))
  546.     ("picture.el"
  547.         "\"Picture mode\" -- editing using quarter-plane screen model."
  548.         nil)
  549.     ("pp.el"
  550.         nil
  551.         nil)
  552.     ("profile.el"
  553.         "generate run time measurements of Emacs Lisp functions"
  554.         (lisp  tools))
  555.     ("prolog.el"
  556.         "major mode for editing and running Prolog under Emacs"
  557.         (languages))
  558.     ("rect.el"
  559.         "rectangle functions for GNU Emacs."
  560.         (internal))
  561.     ("refbib.el"
  562.         "convert refer-style references to ones usable by Latex bib"
  563.         (bib  tex))
  564.     ("refer.el"
  565.         "look up references in bibliography files."
  566.         (bib))
  567.     ("regi.el"
  568.         "REGular expression Interpreting engine"
  569.         (     extensions  matching))
  570.     ("register.el"
  571.         "register commands for Emacs."
  572.         (internal))
  573.     ("replace.el"
  574.         "replace commands for Emacs."
  575.         nil)
  576.     ("reporter.el"
  577.         "customizable bug reporting of lisp programs"
  578.         (tools  mail  lisp  extensions))
  579.     ("reposition.el"
  580.         "center a Lisp function or comment on the screen"
  581.         nil)
  582.     ("resume.el"
  583.         "process command line args from within a suspended Emacs job"
  584.         (processes))
  585.     ("rfc822.el"
  586.         "hairy rfc822 parser for mail and news and suchlike"
  587.         (mail))
  588.     ("ring.el"
  589.         "handle rings of items"
  590.         (extensions))
  591.     ("rlogin.el"
  592.         "remote login interface"
  593.         (unix  comm))
  594.     ("rmail.el"
  595.         "main code of \"RMAIL\" mail reader for Emacs."
  596.         (mail))
  597.     ("rmailedit.el"
  598.         "\"RMAIL edit mode\"  Edit the current message."
  599.         (mail))
  600.     ("rmailkwd.el"
  601.         "part of the \"RMAIL\" mail reader for Emacs."
  602.         (mail))
  603.     ("rmailmsc.el"
  604.         "miscellaneous support functions for the RMAIL mail reader"
  605.         (mail))
  606.     ("rmailout.el"
  607.         "\"RMAIL\" mail reader for Emacs: output message to a file."
  608.         (mail))
  609.     ("rmailsort.el"
  610.         "Rmail: sort messages."
  611.         (mail))
  612.     ("rmailsum.el"
  613.         "make summary buffers for the mail reader"
  614.         (mail))
  615.     ("rnews.el"
  616.         "USENET news reader for gnu emacs"
  617.         (news))
  618.     ("rnewspost.el"
  619.         "USENET news poster/mailer for GNU Emacs"
  620.         (mail  news))
  621.     ("rot13.el"
  622.         "display a buffer in rot13."
  623.         nil)
  624.     ("saveplace.el"
  625.         "automatically save place in files."
  626.         (bookmarks  placeholders))
  627.     ("sc.el"
  628.         nil
  629.         nil)
  630.     ("scheme.el"
  631.         "Scheme mode, and its idiosyncratic commands."
  632.         (languages  lisp))
  633.     ("scribe.el"
  634.         "scribe mode, and its idiosyncratic commands."
  635.         (wp))
  636.     ("scroll-bar.el"
  637.         "window system-independent scroll bar support."
  638.         (hardware))
  639.     ("select.el"
  640.         "lisp portion of standard selection support."
  641.         (internal))
  642.     ("sendmail.el"
  643.         "mail sending commands for Emacs."
  644.         (mail))
  645.     ("server.el"
  646.         "Lisp code for GNU Emacs running as server process."
  647.         (processes))
  648.     ("sgml-mode.el"
  649.         "SGML-editing mode"
  650.         (wp))
  651.     ("shadowfile.el"
  652.         nil
  653.         nil)
  654.     ("shell.el"
  655.         "specialized comint.el for running the shell."
  656.         (processes))
  657.     ("simple.el"
  658.         "basic editing commands for Emacs"
  659.         nil)
  660.     ("simula.el"
  661.         "SIMULA 87 code editing commands for Emacs"
  662.         (languages))
  663.     ("site-load.el"
  664.         nil
  665.         nil)
  666.     ("solar.el"
  667.         "calendar functions for solar events."
  668.         (calendar))
  669.     ("sort.el"
  670.         "commands to sort text in an Emacs buffer."
  671.         (unix))
  672.     ("spell.el"
  673.         "spelling correction interface for Emacs."
  674.         (wp  unix))
  675.     ("spook.el"
  676.         "spook phrase utility for overloading the NSA line eater"
  677.         (games))
  678.     ("startup.el"
  679.         "process Emacs shell arguments"
  680.         (internal))
  681.     ("studly.el"
  682.         "StudlyCaps (tm)(r)(c)(xxx)"
  683.         (games))
  684.     ("subr.el"
  685.         "basic lisp subroutines for Emacs"
  686.         nil)
  687.     ("sun-curs.el"
  688.         "cursor definitions for Sun windows"
  689.         (hardware))
  690.     ("sun-fns.el"
  691.         "subroutines of Mouse handling for Sun windows"
  692.         (hardware))
  693.     ("supercite.el"
  694.         "minor mode for citing mail and news replies"
  695.         (mail  news))
  696.     ("swedish.el"
  697.         "miscellaneous functions for dealing with Swedish."
  698.         (i18n))
  699.     ("tabify.el"
  700.         "tab conversion commands for Emacs"
  701.         nil)
  702.     ("tar-mode.el"
  703.         "simple editing of tar files from GNU emacs"
  704.         (unix))
  705.     ("tcp.el"
  706.         nil
  707.         nil)
  708.     ("telnet.el"
  709.         "run a telnet session from within an Emacs buffer"
  710.         nil)
  711.     ("term-nasty.el"
  712.         "Damned Things from terminfo.el"
  713.         nil)
  714.     ("terminal.el"
  715.         "terminal emulator for GNU Emacs."
  716.         (comm  terminals))
  717.     ("tex-mode.el"
  718.         "TeX, LaTeX, and SliTeX mode commands."
  719.         (tex))
  720.     ("texinfmt.el"
  721.         nil
  722.         nil)
  723.     ("texinfo.el"
  724.         nil
  725.         nil)
  726.     ("texnfo-upd.el"
  727.         nil
  728.         (maint  tex  docs))
  729.     ("text-mode.el"
  730.         "text mode, and its idiosyncratic commands."
  731.         nil)
  732.     ("thingatpt.el"
  733.         "Get the `thing' at point"
  734.         (extensions  matching  mouse))
  735.     ("time-stamp.el"
  736.         "Maintain last change time stamps in files edited by Emacs"
  737.         (tools))
  738.     ("time.el"
  739.         "display time and load in mode line of Emacs."
  740.         nil)
  741.     ("timer.el"
  742.         "run a function with args at some time in future"
  743.         nil)
  744.     ("timezone.el"
  745.         nil
  746.         nil)
  747.     ("tpu-doc.el"
  748.         "Documentation for TPU-edt"
  749.         (emulations))
  750.     ("tpu-edt.el"
  751.         "Emacs emulating TPU emulating EDT"
  752.         (emulations))
  753.     ("tpu-extras.el"
  754.         "Scroll margins and free cursor mode for TPU-edt"
  755.         (emulations))
  756.     ("tpu-mapper.el"
  757.         nil
  758.         (emulations))
  759.     ("tq.el"
  760.         "utility to maintain a transaction queue"
  761.         (extensions))
  762.     ("trace.el"
  763.         "tracing facility for Emacs Lisp functions"
  764.         (tools  lisp))
  765.     ("two-column.el"
  766.         "minor mode for editing of two-column text"
  767.         nil)
  768.     ("uncompress.el"
  769.         "auto-decompression hook for visiting .Z files"
  770.         nil)
  771.     ("underline.el"
  772.         "insert/remove underlining (done by overstriking) in Emacs."
  773.         (wp))
  774.     ("undigest.el"
  775.         "digest-cracking support for the RMAIL mail reader"
  776.         (mail))
  777.     ("unrmail.el"
  778.         "convert Rmail files to mailbox files."
  779.         (mail))
  780.     ("unused.el"
  781.         "editing commands in GNU Emacs that turned out not to be used."
  782.         (emulations))
  783.     ("upd-copyr.el"
  784.         "update the copyright notice in a GNU Emacs Lisp file"
  785.         (maint))
  786.     ("userlock.el"
  787.         "handle file access contention between multiple users"
  788.         (internal))
  789.     ("vc-hooks.el"
  790.         "resident support for version-control"
  791.         nil)
  792.     ("vc.el"
  793.         "drive a version-control system from within Emacs"
  794.         nil)
  795.     ("version.el"
  796.         "record version number of Emacs."
  797.         (internal))
  798.     ("vi.el"
  799.         "major mode for emulating \"vi\" editor under GNU Emacs."
  800.         (emulations))
  801.     ("view.el"
  802.         "peruse file or buffer without editing."
  803.         nil)
  804.     ("vip.el"
  805.         "a VI Package for GNU Emacs"
  806.         (emulations))
  807.     ("vms-patch.el"
  808.         "override parts of files.el for VMS."
  809.         (vms))
  810.     ("vms-pmail.el"
  811.         "use Emacs as the editor within VMS mail."
  812.         (vms))
  813.     ("vmsproc.el"
  814.         "run asynchronous VMS subprocesses under Emacs"
  815.         (vms))
  816.     ("vmsx.el"
  817.         "run asynchronous VMS subprocesses under Emacs"
  818.         (vms))
  819.     ("vt-control.el"
  820.         "Common VTxxx control functions"
  821.         (terminals))
  822.     ("vt100-led.el"
  823.         "functions for LED control on VT-100 terminals & clones."
  824.         (hardware))
  825.     ("window.el"
  826.         "GNU Emacs window commands aside from those written in C."
  827.         nil)
  828.     ("ws-mode.el"
  829.         "WordStar emulation mode for GNU Emacs"
  830.         (emulations))
  831.     ("x-menu.el"
  832.         "menu support for X "
  833.         nil)
  834.     ("xscheme.el"
  835.         "run Scheme under Emacs"
  836.         (languages  lisp))
  837.     ("yow.el"
  838.         "quote random zippyisms"
  839.         (games))
  840. ))
  841.  
  842. (provide 'finder-inf)
  843.  
  844. ;;; finder-inf.el ends here
  845.